home *** CD-ROM | disk | FTP | other *** search
/ Experimental BBS Explossion 3 / Experimental BBS Explossion III.iso / graphics / disp_145.zip / RUNME.BAT < prev   
DOS Batch File  |  1993-07-20  |  975b  |  31 lines

  1. @echo off
  2. rem
  3. rem Please replace old GO32.EXE with NEW GO32.EXE(dated 7-20-93).
  4. rem Please remove VESA.GRN. Use VESANEW.GRN if needed.
  5. rem
  6. rem Place go32.exe within search path
  7. rem (this go32.exe(from DJGPP 1.10) is a modified version)
  8. rem *** If this go32.exe is not compatible with other DJGPP program 
  9. rem     in your system, DON'T put go32.exe within search path.
  10. rem
  11. rem Be sure, the directory is UNIX style
  12. rem Choose one from the following:
  13. rem 
  14. rem set tmp=c:/tmp
  15. rem set temp=c:/tmp
  16. set go32tmp=c:/tmp
  17. rem
  18. rem Choose your video driver, must include full pathname.
  19. rem Video drivers are borrowed from DJGPP.
  20. rem 
  21. rem if you choose xxxxx.grn as video driver, add 'nc 256' to GO32
  22. rem
  23. rem if you don't have 80x87, add 'emu x:/xxxxx/emu387' to GO32
  24. rem
  25. set go32=real nodpmi driver c:/display/driver/et4000.grn nc 256
  26. rem
  27. rem if you put go32.exe within search path :
  28. c:\display\display
  29. rem else :
  30. rem c:\display\go32 c:\display\display.exe
  31.